home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_ejectmodule.dopus
< prev
next >
Wrap
Text File
|
1993-10-05
|
265b
|
17 lines
/* EaglePlayer - Eject Module (C) DEFECT */
address 'rexx_EP'
options results
status G fil
if result == "no" then do
address 'DOPUS.1'
toptext 'Eagleplayer: No Module loaded !'
end
else do
eject
address 'DOPUS.1'
toptext 'Eagleplayer: Module ejected !'
end